home *** CD-ROM | disk | FTP | other *** search
/ Hip Tissue / Hip Tissue - Disc 1.iso / pc / dir / cphoto2.dxr / 00030.ls < prev    next >
Encoding:
Text File  |  1997-11-06  |  291 b   |  16 lines

  1. on mouseUp
  2.   global skip, no, pmai, nauto
  3.   set nauto to 2
  4.   set no to no + 1
  5.   set skip to 0
  6.   set skip to ticks()
  7.   set no to the memberNum of sprite 13
  8.   set no to no + 1
  9.   if no <= pmai then
  10.     set the memberNum of sprite 13 to no
  11.   else
  12.     set no to pmai
  13.   end if
  14.   updateStage()
  15. end
  16.